Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList<T> Class / GetOffset Method / GetOffset(Int32) Method
The index.

In This Topic
    GetOffset(Int32) Method
    In This Topic
    Gets the accumulated length up to the indicated index (not including).
    Syntax
    'Declaration
     
    
    Public Overloads Function GetOffset( _
       ByVal index As Integer _
    ) As T
    public T GetOffset( 
       int index
    )

    Parameters

    index
    The index.
    See Also